|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectcom.epiphan.vga2usb.VGA2USB
VGA2USB constants.
Field Summary | |
static int |
CAPS_DVI_CAPTURE
DeviceCaps bit which indicates that
grabber supports DVI single-link capture. |
static int |
CAPS_DVI_DUAL_LINK
DeviceCaps bit which indicates that
grabber supports DVI dual-link capture. |
static int |
CAPS_EDID
DeviceCaps bit which indicates that
hardware has programmable EDID. |
static int |
CAPS_HW_COMPRESSION
DeviceCaps bit which indicates that
grabber supports on-board compression. |
static int |
CAPS_HW_SCALE
DeviceCaps bit which indicates that
grabber supports hardware scaling. |
static int |
CAPS_KVM
DeviceCaps bit which indicates that
grabber supports KVM functionality. |
static int |
CAPS_SYNC_THRESHOLD
DeviceCaps bit which indicates that
grabber supoprts adjustable sync thresholds. |
static int |
CAPS_VGA_CAPTURE
DeviceCaps bit which indicates that
grabber supports VGA capture |
static int |
DSHOW_FIX_FPS
DirectShowFlags bit which
indicates that DirectShow fps must be constant. |
static int |
DSHOW_FLIP_VERTICALLY
DirectShowFlags bit which indicates
that DirectShow stream should be flopped vertically. |
static int |
DSHOW_LIMIT_FPS
DirectShowFlags bit which indicates
that DirectShow fps limit is on. |
static int |
FPS_DENOMINATOR
Number of frames per second used by DirectShowMaxFps property is
multiplied by 100 to allow for fractional
numbers and yet avoid using floating point. |
static int |
INPUT_ANALOG
InputSignalType bit which indicates
that analog input signal is detected by the grabber |
static int |
INPUT_COMPOSITE
InputSignalType bit which indicates
that composite signal is detected by the grabber |
static int |
INPUT_DIGITAL
InputSignalType bit which indicates
that digital input signal is detected by the grabber |
static int |
INPUT_SOG
InputSignalType bit which indicates
that SoG input signal is detected by the grabber |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int CAPS_DVI_CAPTURE
DeviceCaps
bit which indicates that
grabber supports DVI single-link capture.
public static final int CAPS_DVI_DUAL_LINK
DeviceCaps
bit which indicates that
grabber supports DVI dual-link capture.
public static final int CAPS_EDID
DeviceCaps
bit which indicates that
hardware has programmable EDID.
public static final int CAPS_HW_COMPRESSION
DeviceCaps
bit which indicates that
grabber supports on-board compression.
public static final int CAPS_HW_SCALE
DeviceCaps
bit which indicates that
grabber supports hardware scaling.
public static final int CAPS_KVM
DeviceCaps
bit which indicates that
grabber supports KVM functionality.
public static final int CAPS_SYNC_THRESHOLD
DeviceCaps
bit which indicates that
grabber supoprts adjustable sync thresholds.
public static final int CAPS_VGA_CAPTURE
DeviceCaps
bit which indicates that
grabber supports VGA capture
public static final int DSHOW_FIX_FPS
DirectShowFlags
bit which
indicates that DirectShow fps must be constant. If frames are
captured slower than required, duplicate frames will be inserted
into the stream. The actual fps value is defined by
DirectShowMaxFps
property.
public static final int DSHOW_FLIP_VERTICALLY
DirectShowFlags
bit which indicates
that DirectShow stream should be flopped vertically.
public static final int DSHOW_LIMIT_FPS
DirectShowFlags
bit which indicates
that DirectShow fps limit is on. The actual fps limit is defined by
DirectShowMaxFps
property.
public static final int FPS_DENOMINATOR
DirectShowMaxFps
property is
multiplied by 100 to allow for fractional
numbers and yet avoid using floating point.
public static final int INPUT_ANALOG
InputSignalType
bit which indicates
that analog input signal is detected by the grabber
public static final int INPUT_COMPOSITE
InputSignalType
bit which indicates
that composite signal is detected by the grabber
public static final int INPUT_DIGITAL
InputSignalType
bit which indicates
that digital input signal is detected by the grabber
public static final int INPUT_SOG
InputSignalType
bit which indicates
that SoG input signal is detected by the grabber
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |